home *** CD-ROM | disk | FTP | other *** search
- -- card: 19046 from stack: in
- -- bmap block id: 19733
- -- flags: 0000
- -- background id: 2067
- -- name: Example #3
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=198 top=311 right=332 bottom=237
- -- title width / last selected line: 0
- -- icon id / first selected line: 19381 / 19381
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Prev
- ----- HyperTalk script -----
- on mouseUp
- go prev card
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=257 top=311 right=332 bottom=296
- -- title width / last selected line: 0
- -- icon id / first selected line: 22308 / 22308
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- set lockscreen to true
- go next card
- go next card
- set lockscreen to false
- end mouseUp
-
-